var testing.blockProfileRate
5 uses
testing (current package)
testing.go#L471: blockProfileRate = flag.Int("test.blockprofilerate", 1, "set blocking profile `rate` (see runtime.SetBlockProfileRate)")
testing.go#L503: blockProfileRate *int
testing.go#L2523: if *blockProfile != "" && *blockProfileRate >= 0 {
testing.go#L2524: runtime.SetBlockProfileRate(*blockProfileRate)
testing.go#L2606: if *blockProfile != "" && *blockProfileRate >= 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)